It is difficult to find covid-19 trend data over time at the local level for the Outaouais region. The Quebec government shows summaries but only the last few days of trends for regions. The Quebec Public Health agency (Institut national de santé publique du Québec, INSPQ) shows only cumulative snapshots by region and by Réseaux locaux de services (RLS), though detailed, complete historical data are available from INSPQ with some digging. The COVID-19 Canada Open Data Working Group (CCODWG, opencovid.ca) provides time series data at the provincial and health region levels collected from official sources. However, none of these sources provide trend data below the regional level. The Centre intégré de santé et de services sociaux (CISSS) de l’Outaouais provides frequent (sometimes daily) snapshots by RLS and by municipality, but no trends. The present project provides local trend data based on these snapshots, and regional indicators based on the most complete publicly available data.
Please note the caveats at the bottom of this page.
Visualizations of key covid-19 statistics for Ottawa, including projections and wastewater surveillance, are available at 613covid.ca.
The HTML source for the CISSS Outaouais site is accessed daily, the tables are scraped and processed into a tidy dataset, to produce the local figures on this site. For the regional and RLS levels, various official datasets are downloaded daily from Quebec government and INSPQ sites. Some historical hospitalization data come from the Ministère de la Santé et des Services sociaux (MSSS). The latest opencovid.ca health region data are included for comparison. The source code for downloading and processing all data, and the resulting datasets, are available in the project GitHub repository. Daily automation is currently done with MacScheduler.
Users of the CISSS Outaouais (local) data need to be aware of the following caveats:
There is no guarantee of data accuracy. I am aggregating what CISSS Outaouais has been reporting over time. While I do try to correct obvious data input error, I have (so far) not implemented an automatic error detection process.
The date and time in the dataset refer to when the CISSS Outaouais page was accessed, not when cases occurred.
The trend data are not complete (i.e daily) for several reasons. First, I started regularly downloading the CISSS Outaouais source in fall 2020, and used the Wayback Machine to get earlier snapshots. Unfortunately, due to a nasty syncing glitch, I lost some HTML source files. (RStudio projects and Dropbox do not play well together; I learnt this the hard way, twice.) Second, the CISSS Outaouais site is not updated every day. Third, running the code from my personal computer means that the automatic download does not happen every day, either because the computer is turned off, or because my software for scheduling scripts has failed a few times. Since the snapshots include cumulative counts, this is not necessarily a problem, but it means that changes in local case counts cannot always be precisely dated. In the figures of local data, “rugs” indicate dates for which the data are available.
Further:
Updates of this page usually occur after 12pm. If the figures do not show the latest data, reload this page in your web browser.
Last data revision: 2021-04-14 12:10:41
Last page update: 2021-04-14 12:23:23
| Indicators | Description |
|---|---|
| Active cases | total number minus numbers of deaths and resolved cases, aggregated at regional or RLS level |
| Average increase per day | average daily increase in cases over last 7 days, calculated from available data |
| Average testing per day | reported average daily number of covid-19 tests performed over last 6-7 days |
| Hospitalizations (non-ICU) | reported active hospitalizations (excluding ICU) for confirmed covid-19 diagnosis |
| Hospitalizations (ICU) | reported active hospitalizations (in ICU) for confirmed covid-19 diagnosis |
| Resolved/recovered cases | reported number of resolved cases at regional level |
| Total cases | reported total number of cases of infections to date, aggregated at regional, RLS or municipal level |
| Total deaths | reported total number of deaths at the regional level |
| Vaccination | Vaccine doses administered in the region (may not be Outaouais residents) |
Please read this disclaimer (“disclaimer”) carefully before using this website (the “Site”). All information provided on the Site is merely for general informational and educational purposes. It does not contain, and is not a substitute for, professional advice.
Under no circumstance shall I have any liability to you for any loss or damage of any kind incurred as a result of the use of the site or reliance on any information provided on the site. Your use of the site and your reliance on any information on the site is solely at your own risk.
While the information on the Site has been verified to the best of my abilities, I cannot guarantee that there are no mistakes or errors. All information on the Site is provided in good faith, however I make no representation or warranty of any kind, express or implied, regarding the accuracy, adequacy, validity, reliability, availability or completeness of any information on the Site.
I reserve the right to change this policy at any given time, in which case this disclaimer will be updated.
This page is maintained by Timo Thoms. Questions, concerns, and suggestions can be raised through GitHub Discussions.